home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
tools
/
arexx-scripts
/
arexx-pack
/
scripti.lha
/
Scripti
/
Brush2Icon
/
InstallBrush2Icon
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-05-20
|
193 b
|
10 lines
; This CLI-Script will copy Brush2Icon to your c:-directory
; simple is that
ask "Copy Brush2Icon to your c: directory? [y/n]"
if warn
copy Brush2Icon to c:
echo "Brush2Icon copied."
endif